// Strangeitude , by Erlend Robaye, October 2001

Aspc=1,

A0="rnd(.004) + .004",	// Rotation speed
A1="rnd(200) + 50",	// Period of the sin that devides into circles

D0="sin( theta * A1)",

// Flow in or out
srcR="r * ( 1 + D0 * .02)",

// Turn right
srcT="theta + D0 * A0",

Vers=100
